﻿2026-08-29T05:53:15.1882529Z ##[group]Run actions/checkout@v5
2026-08-29T05:53:15.1883476Z with:
2026-08-29T05:53:15.1884094Z   fetch-depth: 0
2026-08-29T05:53:15.1884810Z   repository: BigscreenVR/spt-bs-core
2026-08-29T05:53:15.1892144Z   token: ***
2026-08-29T05:53:15.1892793Z   ssh-strict: true
2026-08-29T05:53:15.1893453Z   ssh-user: git
2026-08-29T05:53:15.1894122Z   persist-credentials: true
2026-08-29T05:53:15.1894865Z   clean: true
2026-08-29T05:53:15.1895537Z   sparse-checkout-cone-mode: true
2026-08-29T05:53:15.1896334Z   fetch-tags: false
2026-08-29T05:53:15.1897002Z   show-progress: true
2026-08-29T05:53:15.1897670Z   lfs: false
2026-08-29T05:53:15.1898295Z   submodules: false
2026-08-29T05:53:15.1899100Z   set-safe-directory: true
2026-08-29T05:53:15.1900458Z   allow-unsafe-pr-checkout: false
2026-08-29T05:53:15.1901436Z ##[endgroup]
2026-08-29T05:53:15.2704420Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-29T05:53:15.2706702Z ##[group]Getting Git version info
2026-08-29T05:53:15.2708020Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-29T05:53:15.2710525Z [command]/usr/bin/git version
2026-08-29T05:53:15.2711340Z git version 2.43.0
2026-08-29T05:53:15.2715851Z ##[endgroup]
2026-08-29T05:53:15.2724659Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/2d43797e-a7e1-4964-b4e9-85046b1c7377/.gitconfig'
2026-08-29T05:53:15.2733181Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2d43797e-a7e1-4964-b4e9-85046b1c7377' before making global git config changes
2026-08-29T05:53:15.2737109Z Adding repository directory to the temporary git global config as a safe directory
2026-08-29T05:53:15.2740467Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-29T05:53:15.2770695Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-29T05:53:15.2790726Z https://github.com/BigscreenVR/spt-bs-core
2026-08-29T05:53:15.2802114Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-29T05:53:15.2804752Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-29T05:53:15.2827978Z refs/heads/golden/conduit-236-r3
2026-08-29T05:53:15.2835037Z [command]/usr/bin/git checkout --detach
2026-08-29T05:53:15.3246005Z HEAD is now at 8e0983777 release: shape the second CONDUIT respin head as v0.65.0
2026-08-29T05:53:15.3297436Z [command]/usr/bin/git branch --delete --force golden/conduit-236-r3
2026-08-29T05:53:15.3337909Z Deleted branch golden/conduit-236-r3 (was 8e0983777).
2026-08-29T05:53:15.4406643Z ##[endgroup]
2026-08-29T05:53:15.4407603Z [command]/usr/bin/git submodule status
2026-08-29T05:53:15.4594406Z ##[group]Cleaning the repository
2026-08-29T05:53:15.4595887Z [command]/usr/bin/git clean -ffdx
2026-08-29T05:53:19.3272473Z Removing bench-ledger/
2026-08-29T05:53:19.3273689Z Removing target/
2026-08-29T05:53:19.3282118Z [command]/usr/bin/git reset --hard HEAD
2026-08-29T05:53:19.3437372Z HEAD is now at 8e0983777 release: shape the second CONDUIT respin head as v0.65.0
2026-08-29T05:53:19.3443352Z ##[endgroup]
2026-08-29T05:53:19.3444977Z ##[group]Disabling automatic garbage collection
2026-08-29T05:53:19.3448757Z [command]/usr/bin/git config --local gc.auto 0
2026-08-29T05:53:19.3473560Z ##[endgroup]
2026-08-29T05:53:19.3474046Z ##[group]Setting up auth
2026-08-29T05:53:19.3478586Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-29T05:53:19.3500960Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-29T05:53:19.3694064Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-29T05:53:19.3721459Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-29T05:53:19.3903115Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-29T05:53:19.3933911Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-29T05:53:19.4124245Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-29T05:53:19.4155379Z ##[endgroup]
2026-08-29T05:53:19.4155898Z ##[group]Fetching the repository
2026-08-29T05:53:19.4161423Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-29T05:53:20.2807544Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-29T05:53:20.2808268Z  + 27a14c1cd...487f36167 fix/234-adapter-io-poll -> origin/fix/234-adapter-io-poll  (forced update)
2026-08-29T05:53:20.2809618Z  * [new branch]          handoff/conduit-236-respin2 -> origin/handoff/conduit-236-respin2
2026-08-29T05:53:20.2908870Z [command]/usr/bin/git branch --list --remote origin/golden/conduit-236-r3
2026-08-29T05:53:20.2980010Z   origin/golden/conduit-236-r3
2026-08-29T05:53:20.2986880Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/conduit-236-r3
2026-08-29T05:53:20.3005659Z 8e0983777af5a8c05c5fcad12d5ba166ab1e36fd
2026-08-29T05:53:20.3009131Z ##[endgroup]
2026-08-29T05:53:20.3009469Z ##[group]Determining the checkout info
2026-08-29T05:53:20.3010794Z ##[endgroup]
2026-08-29T05:53:20.3013352Z [command]/usr/bin/git sparse-checkout disable
2026-08-29T05:53:20.3052396Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-29T05:53:20.3073906Z ##[group]Checking out the ref
2026-08-29T05:53:20.3076290Z [command]/usr/bin/git checkout --progress --force -B golden/conduit-236-r3 refs/remotes/origin/golden/conduit-236-r3
2026-08-29T05:53:20.3142153Z Switched to a new branch 'golden/conduit-236-r3'
2026-08-29T05:53:20.3142672Z branch 'golden/conduit-236-r3' set up to track 'origin/golden/conduit-236-r3'.
2026-08-29T05:53:20.3147832Z ##[endgroup]
2026-08-29T05:53:20.3185642Z [command]/usr/bin/git log -1 --format=%H
2026-08-29T05:53:20.3211860Z 8e0983777af5a8c05c5fcad12d5ba166ab1e36fd
